Documents for PDF, .NET Edition Documentation
RemoveAt Method (StructList<T>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > StructList<T> Class : RemoveAt Method
The zero-based index of the element to remove.
Removes the element at the specified index of the StructList<T>.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

index
The zero-based index of the element to remove.
See Also

Reference

StructList<T> Class
StructList<T> Members